POV-Ray : Newsgroups : povray.text.scene-files : New to isosuraces - whats wrong with my f_mesh1? : New to isosuraces - whats wrong with my f_mesh1? Server Time
28 Sep 2024 07:41:51 EDT (-0400)
  New to isosuraces - whats wrong with my f_mesh1?  
From: Stefan Viljoen
Date: 24 Sep 2004 15:52:49
Message: <41547b10@news.povray.org>
Hi guys

What am I doing wrong with this code:

#include "functions.inc"

camera
{
        <0,0,5>
        look_at <0,0,0>
}

isosurface
{
        function {f_mesh1(1,1,1,0.1,0.2,0.05,0.15,0.15)}
        threshold 1  

        contained_by
        {
                box {-1,1}
        }         
        
        material{texture{pigment{color White}}}
}

All this code does is to produce a solid white box, sized -1 1 (obviously).
Changing the values sent to f_mesh1 has no effect - from very small to very
large still just produce a solid white box.

How can I get a mesh with f_mesh1? What am I doing wrong? I've never used
isosurfaces before.

Thanks!
-- 
Stefan Viljoen
Software Support Technician
Polar Design Solutions


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.